home *** CD-ROM | disk | FTP | other *** search
/ Risc World 3 / Risc World 3.iso / SOFTWARE / ISSUE1 / EASYC / !EasyDebug / !Help < prev    next >
Text File  |  1994-12-10  |  939b  |  25 lines

  1. EasyDebug is an easy-to-use debugger for Easy C. 
  2. This version is not compatible with Easy C++.
  3.  
  4. It provides the following features:
  5.  
  6. * Source and object-level debugging i.e. by line 
  7.   of C source or by ARM instruction.
  8. * Run, Stop, Continue and Single step programs.
  9. * Source listing including powerful Find facility.
  10.   Display source with memory address of code.
  11. * Stack trace showing functions called to reach current line.
  12.   Options to step up and down the function stack.
  13. * Display local and global variables available at current line.
  14.   Edit values of variables.
  15.   Expand pointers, structures and unions.
  16.   Expression evaluator.
  17. * Set and unset Breakpoints.
  18.   Update variable value on breakpoint (watchpoint).
  19.   Conditional breakpoints.
  20.   Breakpoints can execute simple functions.
  21.   Save breakpoints.
  22. * Memory editor with various display modes.
  23.   Show register values.
  24.   Profiling facility displays time taken to execute functions.
  25.